home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / PowerMacInterface / textedit.icl < prev    next >
Text File  |  1995-02-14  |  128b  |  9 lines

  1. implementation module textedit;
  2.  
  3. import mac_types;
  4.  
  5. TEInit :: !Toolbox -> Toolbox;
  6. TEInit t = code (t=U)(z=Z){
  7.     call    .TEInit
  8. };
  9.